Get equalizer parameters, band gain and preamp gain.
public int GetEqualizerParam(ref int PreAmpGain, ref int[] BandGain);
Parameters |
Description |
ref int PreAmpGain |
Reference to integer variable receiving preamp gain in millidecibels. |
ref int[] BandGain |
Reference to array of integers receiving gain for each band in millidecibels (thousandth of decibel). Caution: Function will resize this array to number of bands. |
Number of equalizer bands.
Note: Band gain is expressed in millidecibels.
Class has by default 10 equalizer bands. See SetEqualizerPoints.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |